Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    minus(minus(x))  → x
2:    minus(h(x))  → h(minus(x))
3:    minus(f(x,y))  → f(minus(y),minus(x))
There are 3 dependency pairs:
4:    MINUS(h(x))  → MINUS(x)
5:    MINUS(f(x,y))  → MINUS(y)
6:    MINUS(f(x,y))  → MINUS(x)
The approximated dependency graph contains one SCC: {4-6}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006